From: kaf24@firebug.cl.cam.ac.uk Date: Thu, 22 Jun 2006 20:30:51 +0000 (+0100) Subject: [XM-TEST] Remove second console attach in 03_memset_random_pos X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15921^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=62b3de3d4a0171a66971010fd9377b3783f689bd;p=xen.git [XM-TEST] Remove second console attach in 03_memset_random_pos Signed-off-by: Jim Dykman --- diff --git a/tools/xm-test/tests/memset/03_memset_random_pos.py b/tools/xm-test/tests/memset/03_memset_random_pos.py index e8e2b350cd..f5393a4090 100644 --- a/tools/xm-test/tests/memset/03_memset_random_pos.py +++ b/tools/xm-test/tests/memset/03_memset_random_pos.py @@ -23,12 +23,6 @@ except DomainError, e: times = random.randint(10,50) -try: - console = XmConsole(domain.getName()) - console.sendInput("input") -except ConsoleError, e: - FAIL(str(e)) - try: run = console.runCmd("cat /proc/xen/balloon | grep Current"); except ConsoleError, e: